PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render.renderingsurfaces Package / PDFRenderingSurface Class / save Method / save(String,PDFRendererSettings,PDFPageImageFormat) Method
Path to file where to save the rendering surface
The settings that were used when the rendering surface was generated
Image format for saving the rendering surface
In This Topic
    save(String,PDFRendererSettings,PDFPageImageFormat) Method
    In This Topic
    Saves the rendering surface as image to the specified file.
    Syntax
    public void save( 
       java.lang.String fileName,
       PDFRendererSettings settings,
       PDFPageImageFormat format
    )

    Parameters

    fileName
    Path to file where to save the rendering surface
    settings
    The settings that were used when the rendering surface was generated
    format
    Image format for saving the rendering surface
    See Also